projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
76ca5f5
)
* lisp/mh-e/mh-mime.el (mh-small-show-buffer-p): Double value.
author
Stefan Kangas
<stefan@marxist.se>
Sat, 9 Jul 2022 10:01:43 +0000
(12:01 +0200)
committer
Stefan Kangas
<stefan@marxist.se>
Sat, 9 Jul 2022 10:33:14 +0000
(12:33 +0200)
lisp/mh-e/mh-mime.el
patch
|
blob
|
history
diff --git
a/lisp/mh-e/mh-mime.el
b/lisp/mh-e/mh-mime.el
index 144eb9b3f96b3b4ca73cefe1feeeb1c3071c2718..b93f7d8c412a4cb1afa2d70e4d038446ded587c6 100644
(file)
--- a/
lisp/mh-e/mh-mime.el
+++ b/
lisp/mh-e/mh-mime.el
@@
-1141,7
+1141,7
@@
this ;-)"
"Check if show buffer is small.
This is used to decide if smileys and graphical emphasis should be
displayed."
- (>=
32
000 (buffer-size)))
+ (>=
64
000 (buffer-size)))
\f